home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1999 February / MACPOWER-1999-02.ISO.7z / MACPOWER-1999-02.ISO / 9902⁄AMUG / INTERNET / AutoShare-3.0.2.sit / AutoShare3.0.2 / Samples / Web Forms / James Berriman / AutoShare Administration form next >
Text File  |  1997-04-21  |  1KB  |  44 lines

  1. <HTML>
  2. <TITLE>AutoShare Administration form</TITLE>
  3. <body bgcolor="white">
  4. <center><FORM action="mailto:autoshare@frutiger.staffs.ac.uk" method=post>
  5. <P><CENTER><H2>AutoShare Administration form</H2></CENTER>
  6. <table border=2 cellspacing=4 cellpadding=4>
  7. <tr><td>
  8. Which list do you want to work with?<BR>
  9. <INPUT size=35 NAME="list" VALUE="Your list">
  10.  
  11. <td><p>Please enter your admin. password:<BR>
  12. <INPUT size=35 TYPE="password" NAME="password" VALUE="password">
  13.  
  14. <tr><td><p>Enter the subscriber's name:<br>
  15. <INPUT size=35 NAME=name VALUE="subscriber name">
  16.  
  17. <td><p>Enter the subscriber's email address:<br>
  18. <INPUT size=35 NAME=email VALUE="subscriber email">
  19.  
  20. <tr align=center><td colspan=2><p>Choose a command:  
  21. <tr><td valign=top><p><INPUT TYPE=radio NAME=command value="subscribe" checked>Subscribe 
  22. <p><INPUT TYPE=radio NAME=command value="unsubscribe">Unsubscribe
  23. <td><INPUT TYPE=radio NAME=command value="set">Set
  24.  
  25. <P>If using the 'set' command, select an option: 
  26. <SELECT NAME=option>
  27.    <OPTION>digest
  28.    <OPTION>nodigest
  29.    <OPTION>conceal
  30.    <OPTION>noconceal
  31.    <OPTION>mail
  32.    <OPTION>nomail
  33.    <OPTION>ack
  34.    <OPTION>noack
  35. </select>
  36. </table>
  37.  
  38. <P><CENTER><INPUT TYPE="submit" NAME="submit"
  39. VALUE="mail this form"></CENTER>
  40. </FORM>
  41. <HR>
  42. </center></body>
  43. </HTML>
  44.